home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / seval.6 < prev    next >
Text File  |  1996-07-16  |  642b  |  26 lines

  1. .TH SEVAL
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. SEVAL
  5.  
  6.  
  7.  
  8.  CtlPtType SEVAL( SurfaceType Srf, NumericType UParam, NumericType VParam )
  9.  
  10.  or
  11.  
  12.  CtlPtType SEVAL( TrimSrfType Srf, NumericType UParam, NumericType VParam )
  13.  
  14. Evaluates the provided (possibly trimmed) surface Srf at the given
  15. UParam and VParam parameters. Both UParam and VParam
  16. should be contained in the surface parametric domain if Srf is a
  17. Bspline surface, or between zero and one if Srf is a Bezier surface.
  18. The returned control point has the same type as the control points of
  19. Srf.
  20.  
  21. Example:
  22.  
  23.     CPt = SEVAL( Srf, 0.25, 0.22 );
  24.  
  25. Evaluates Srf at the parameter values of (0.25, 0.22).
  26.